Re-exports
pub use command::Command;
pub use handler::AsyncHandler;
pub use handler::Handler;
pub use input_handler::InputHandler;
pub use app::App;
app
pub use shell::Shell;
pub use rustyline;
Modules
- app
app
App - Shellfish
- Handler
Macros
- async_fn
async
Use this macro to wrap an asynchronous function so that it can be used as a function pointer. - clap_command
clap
Creates aCommand
which takes a [clap::Parser
] as input.